home *** CD-ROM | disk | FTP | other *** search
- This is a small library including some functions that make
- your life so much easier when porting BSD software.
-
- If you want me to include other stuff, please mail me.
-
-
- Enjoy and please report any bugs you find.
-
- Kay Roemer,
- roemer@hera.rbi.informatik.uni-frankfurt.de
-
-
-
- Changes:
- --------
-
- PL 01:
- Made openpty() work.
- Included a bogus chroot() (which does only chdir).
-
- PL 02:
- ioctl.h and sys/ioctl.h files including socket ioctl's. They
- will go away when they are in the MintLib.
-
- PL 03:
- New sys/uio.h file. Readv() and writev() emulation. They will
- only work on socket descriptors!
-
- PL 04-05:
- Lots of additional files and fixes. Baserel lib.
-
- PL 06-07:
- Pty files are named ttyxy and have a link from /dev/ttyxy to
- /pipe/ttyxy. (Fix by TeSche, tanx!)
- __check_nbio_read() and __check_nbio_write functions.
-
- PL 08:
- set pgrp of tty in login_tty(). (Bug reported by entropy, thanks!)
- Add new ioctl stuff to ioctl.h.
- Added identification string (ident.c).
- Added working versions of *sprintf (for older Mintlibs).
- Added __5ms_[sg]timeofday -- 5 ms resolution version ignoring the
- timezone arg.
-
- PL 09:
- added gethostid().
- the stuff in itimer.c uses now Mint's Tsetitimer.
- added iflink.[ch] and rtent.[ch].
-
- PL 10:
- added proper tcattr.c, termios.h, ioctl.h, ioctl.c until the Mintlib
- gets updated (entropy where are you???).
- Make initgroups() no longer be fake (uses now Psetgroups()).
-
- ++bjarne@uni-muenster.de changes:
- close logfile first in openlog() if connected.
- replaced that messy strcasecmp() routine with a working one. How
- did that bugged stuff get in here??
-
- PL 11:
- Made B135 read B134 (like Unix wants it) in termios.h, ioctl.h (Howard).
- Return the /dev/tty?? istead of /pipe/tty* from openpty() (TeSche).
-